home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Imm.pas' rev: 3.00
-
- #ifndef ImmHPP
- #define ImmHPP
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Imm
- {
- //-- type declarations -------------------------------------------------------
- typedef tagCOMPOSITIONFORM *PCompositionForm;
-
- typedef tagCOMPOSITIONFORM TCompositionForm;
-
- typedef tagCANDIDATEFORM *PCandidateForm;
-
- typedef tagCANDIDATEFORM TCandidateForm;
-
- typedef tagCANDIDATELIST *PCandidateList;
-
- typedef tagCANDIDATELIST TCandidateList;
-
- typedef tagREGISTERWORDA *PRegisterWordA;
-
- typedef tagREGISTERWORDW *PRegisterWordW;
-
- typedef tagREGISTERWORDA *PRegisterWord;
-
- typedef tagREGISTERWORDA TRegisterWordA;
-
- typedef tagREGISTERWORDW TRegisterWordW;
-
- typedef tagREGISTERWORDA TRegisterWord;
-
- typedef tagSTYLEBUFA *PStyleBufA;
-
- typedef tagSTYLEBUFW *PStyleBufW;
-
- typedef tagSTYLEBUFA *PStyleBuf;
-
- typedef tagSTYLEBUFA TStyleBufA;
-
- typedef tagSTYLEBUFW TStyleBufW;
-
- typedef tagSTYLEBUFA TStyleBuf;
-
- typedef int __fastcall (*RegisterWordEnumProcA)(char * lpReading, int dwStyle, char * lpszString, void *
- lpData);
-
- typedef int __fastcall (*RegisterWordEnumProcW)(wchar_t * lpReading, int dwStyle, wchar_t * lpszString
- , void * lpData);
-
- typedef int __fastcall (*RegisterWordEnumProc)(char * lpReading, int dwStyle, char * lpszString, void *
- lpData);
-
- //-- var, const, procedure ---------------------------------------------------
- #define WM_CONVERTREQUESTEX (Word)(264)
- #define CFS_SCREEN (Byte)(4)
- #define imm32 "imm32.dll"
-
- } /* namespace Imm */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Imm;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Imm
-